home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr05 / ew120.zip / EWTECH.ZIP / EWTECH.006 < prev   
Text File  |  1993-04-13  |  812b  |  22 lines

  1. E! for Windows - Technical Note #006
  2. ***************************************
  3. Using the Microsoft RC Compiler with EW
  4. ***************************************
  5.  
  6. If you want to compile Windows resource files directly from EW using RC.EXE,
  7. you may get an error message complaining that RCPP.ERR has not been found.
  8.  
  9. When running, RC.EXE truncates the PATH environment string just before the
  10. 7th directory. If the directory where RC.EXE and RCPP.ERR are located is the
  11. 7th (or beyond) in your PATH, you'll get that error message.
  12.  
  13. The work-around is to move the directory containing RC.EXE and the related
  14. files to the beginning of your PATH string.
  15.  
  16. This problem doesn't appear with other Microsoft C/C++ executables like CL.
  17.  
  18. This tip will work with any text editor.
  19.  
  20. Patrick Philippot
  21. 04/13/93
  22.